git rebase
いろいろできるがゆえにややこしい
変更後は、Push済みの場合はforceする必要がある
慣れてないとミスりがちなので、pushしといて、
git pull --forceっぽいことをする
とかでresetしたりしてる
mrsekut.icon
https://coliss.com/articles/build-websites/operation/work/useful-git-commands-visualized.html
option
-i
,
--interactive
λ git rebase -i
--continue
--exec
/miyamonz/git rebase --exec
rebase時にコマンドを実行できる
--abort
作業中断
--onto
λ git rebase --onto
--update-refs
λ git rebase --update-refs